home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / hard / misc / CD32Tools2.lha / cd32tools / debug.c < prev    next >
C/C++ Source or Header  |  1995-05-29  |  92b  |  11 lines

  1. /*
  2.     call the debugger
  3. */
  4.  
  5. #include <proto/exec.h>
  6.  
  7. int main (void)
  8. {
  9.     Debug(0);
  10.     return 0;
  11. }